Skip to content

Mac binary fixes#48

Merged
jamylak merged 4 commits intomainfrom
mac-binary-02
Jan 15, 2026
Merged

Mac binary fixes#48
jamylak merged 4 commits intomainfrom
mac-binary-02

Conversation

@jamylak
Copy link
Copy Markdown
Owner

@jamylak jamylak commented Jan 15, 2026

  • Make sure all .dylibs needed are recursively bundled into the binary
  • glfw, spdlog, fmt are statically linked on mac
  • All the rest including all ffmpeg dependencies dynamically linked, excluding Vulkan (loaded by volk)
  • Should only require Vulkan to be installed

Fixes #47 as the Mac binary didn't link everything before

@jamylak jamylak added bug Something isn't working enhancement New feature or request labels Jan 15, 2026
@jamylak
Copy link
Copy Markdown
Owner Author

jamylak commented Jan 15, 2026

Just cancelled the other workflows as they aren't affected by this change so that's why it is coming up red 🔴

@jamylak jamylak marked this pull request as ready for review January 15, 2026 06:51
@jamylak jamylak merged commit d0a606f into main Jan 15, 2026
7 of 12 checks passed
@jamylak jamylak deleted the mac-binary-02 branch January 15, 2026 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Mac Binary

1 participant